.key FILE/A,GUIDE/S,HTML/S,JPG/S,MPG/S,MP3/S if not exists env:quickstarted Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!" wait 2 quit endif stack 500000 ;lab check ;if not exists env:metaconfig ;echo "Starte Prefs..." ;EXEXUCTE APCD:Scripts/Prefs ;skip back check ;endif if if not exists env:APCDHTML set x1 `APCD:c/requestchoice "Amiga+ (C)" "Browser nicht gewählt. Jetzt wählen?" Ja Nein Abruch` if $x1 eq 1 execute APCD:scripts/html ;^^^^^^ ;Don`t skip back from here! cd "`list "$APCDHTML" LFORMAT=%F`" ;Changedir! "$APCDHTML" "FILE:///" endif if $x1 eq 2 CD APCD:A+Tools/Browser/IBrowse/ APCD:A+Tools/Browser/IBrowse/IBrowse "file:///" if fail APCD:C/requestchoice "Amiga+ (C)" "Browser ließ sich nicht starten!" "Ende" >NIL: quit endif ;quit endif quit endif cd "`list "$APCDHTML" LFORMAT=%F`" ;Changedir! "$APCDHTML" "file:///" ;quit endif if APCD:A+Tools/Guide/Amigaguide "" ;quit endif IF if not exists env:APCDJpg set x1 `APCD:c/requestchoice "Amiga+ (C)" "JPG-Anzeiger nicht gewählt. Jetzt wählen?" Ja Nein Abruch` if $x1 eq 1 execute APCD:scripts/JPG ;^^^^^^ ;Don`t skip back from here! cd "`list "$APCDJpg" LFORMAT=%F`" ;Changedir! "$APCDjpg" "" >NIL: endif if $x1 eq 2 cd APCD:A+Tools/JPG APCD:A+Tools/jpg/fjpeg "" >NIL: if fail APCD:C/requestchoice "Amiga+ (C)" "Anzeiger ließ sich nicht starten!" "Ende" >NIL: quit endif ;quit endif quit endif cd "`list "$APCDjpg" LFORMAT=%F`" ;Changedir! "$APCDJpg" "" >NIL: ;quit ENDIF If if not exists env:APCDMpg set x1 `APCD:c/requestchoice "Amiga+ (C)" "MPG-Anzeiger nicht gewählt. Jetzt wählen?" Ja Nein Abruch` if $x1 eq 1 execute APCD:scripts/MPG ;^^^^^^ ;Don`t skip back from here! cd "`list "$APCDMpg" LFORMAT=%F`" ;Changedir! "$APCDMpg" $MPGARGS "" >NIL: endif if $x1 eq 2 cd APCD:A+Tools/mpg/frogger APCD:A+Tools/mpg/frogger "" fullscreen >NIL: if fail APCD:C/requestchoice "Amiga+ (C)" "Anzeiger ließ sich nicht starten!" "Ende" >NIL: quit endif ;quit endif quit endif cd "`list "$APCDmpg" LFORMAT=%F`" ;Changedir! $APCDmpg $MPGARGS "" >NIL: ;quit endif If if not exists env:APCDMP3 set x1 `APCD:c/requestchoice "Amiga+ (C)" "MP3 Abspieler nicht gewählt. Jetzt wählen?" Ja Nein Abruch` if $x1 eq 1 execute APCD:scripts/MP3 ;^^^^^^ ;Don`t skip back from here! cd "`list "$APCDMP3" LFORMAT=%F`" ;Changedir! "$APCDMP3" $MP3ARGS "" >NIL: endif if $x1 eq 2 cd APCD:A+Tools/mp3/ APCD:A+Tools/mp3/MPEGA -F27000 -p5 -t30000 -w -b300 "" >NIL: if fail APCD:C/requestchoice "Amiga+ (C)" "Abspieler ließ sich nicht starten!" "Ende" >NIL: quit endif ;quit endif quit endif cd "`list "$APCDMP3" LFORMAT=%F`" ;Changedir! $APCDMP3 $MP3ARGS "" >NIL: ;quit endif